home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1022.lha / Programs / QuickFile / History.doc < prev    next >
Text File  |  1994-10-23  |  6KB  |  178 lines

  1.    3.1     23 October 1994
  2.  
  3.    - Combined definition code with main program.
  4.    - Fixed many bugs introduced with version 3.0
  5.  
  6.    3.00b September 1994
  7.  
  8.     Major Upgrade (beta)
  9.  
  10.    - Calculated fields.
  11.    - Extended field attributes to include:
  12.     Mandatory
  13.     Left/right justification
  14.     Number of decimals
  15.    - Indexes can allow or prevent duplicates
  16.    - Multiple open files in separate windows
  17.    - Requesters are now moveable windows
  18.    - Control via keyboard as well as mouse
  19.    - Context sensitive AmigaGuide help
  20.    - Grouping and summaries (total, count and average) in reports.
  21.    - Reports can be directed to screen or printer
  22.    - Prompt on exit if a view is changed but not saved.
  23.    - Improved error detection and reporting
  24.  
  25.    2.02.05  26 June 1994
  26.  
  27.    - Handle empty selection when updating a field that is part of an index
  28.  
  29.    2.02.04  23 March 1994
  30.  
  31.    - Put up requester if view being loaded references fields that are not
  32.      in the file definition.
  33.    - Fix cursor positioning for incorrect fields when OK is pressed in
  34.      Modify or Insert. Cursor now always go to the field in error.
  35.    - Prevent duplicate field names being defined.
  36.    - Fix QFDefine so it displays a message if it can't find the file passed
  37.      as a parameter.
  38.    - Provide defaults for a new file in QFDefine.
  39.    - Improved sorting where many records are equal. It was extremely slow.
  40.  
  41.    2.02.03  26 January 1994
  42.  
  43.    - Enlarged size of default window
  44.    - Added "Reset Form" menu item
  45.  
  46.    2.02.02  26 December 1993
  47.  
  48.    - Used ChangeWindowBox to size screen for a new view. (I bought a v37
  49.      ROM manual).
  50.    - Corrected initialisation of path for ASL requester
  51.    - Include /AUTO on console window specification. It will now only
  52.      open if it is written to.
  53.  
  54.    2.02.01  18 December 1993
  55.  
  56.    - Added preset formats to export.
  57.    - Allow specification of each control code used for import/export.
  58.    - Removed bug in list report that sometimes suppressed field names
  59.  
  60.    2.01.03  26 November 1993
  61.  
  62.    - Replaced Backup/Restore with Save As and Reorganise
  63.    - Empty date field left old value on form display
  64.  
  65.    2.01.02  18 November 1993
  66.  
  67.    - Cleaned up Search panels
  68.    - Open new window if new view requires a different window size
  69.    - GoTo fixed to work with dates and number fields
  70.    - Fixed some problems with report formatting
  71.  
  72.    2.01.01  10 November 1993
  73.  
  74.    Major upgrade including many significant new features including:
  75.  
  76.    - Support for multiple views that can be saved and loaded as
  77.      required. Includes window size.
  78.  
  79.    - Form view can be tailored by dragging fields around.
  80.  
  81.    - Multi column label printing now properly supported.
  82.  
  83.    - Search facility vastly improved by adding    equal, between, not_like
  84.      sounds_like. Now allows multiple search conditions with and/or.
  85.  
  86.    - Descending sequence added to sort.
  87.  
  88.  
  89.    1.3.5   22 September 1993
  90.  
  91.    1.  Bug Fix. Various problems when sorting a file with a sort table
  92.        exceeding 32767 bytes (over 4000 records).
  93.  
  94.    2.  Prevented rebuild of temporary indexes used for sort and selection
  95.  
  96.    1.3.4   9 September 1993
  97.  
  98.    1.  Bug fix. Crashing machine on export of part of field. Trying to fit
  99.        full field length into shorter area.
  100.  
  101.    1.3.3   1 September 1993
  102.  
  103.    1.  Fixed problem in list display that was trashing memory if a
  104.        database had a small record size.
  105.    2.  Definition was allowing block size to be changed if you increased
  106.        the record size past the maximum for the block.
  107.    3.  Positioning now maintained correctly in list display when you
  108.        change indexes.
  109.  
  110.    1.3.2  28 August 1993 (not released)
  111.  
  112.    1.  Added List button to form screen
  113.    2.  Added Insert, Modify and Delete buttons to list screen.
  114.    3.  Fixed problem where searching a previous selection would search
  115.        the entire data base
  116.    4.  Removed spurious message being displayed when a missing index
  117.        is created.
  118.  
  119.    1.3.1  4 August 1993 (Bug Fixes)
  120.  
  121.    1.  Index search used length of first index for all indexes -> ka-boom.
  122.    2.  Deleted field names were blanked but kept in the definition.
  123.  
  124.  
  125.    1.3.0  23 July 1993 (not released)
  126.  
  127.    1.  Character, date, number and integer data types.
  128.  
  129.    2.  Up to 255 fields per record
  130.  
  131.    3.  Vertical slider gadget added for scrolling through records
  132.  
  133.    4.  Horizontal slider gadget added for scrolling through fields on one
  134.        record. (Both form and list screens).
  135.  
  136.    5.  File definition is now in a separate program
  137.  
  138.    6.  Import/Export of ASCII files
  139.  
  140.    7.  Removed problem that caused a crash when adding more than 12 fields.
  141.  
  142.  
  143.    1.2.2 (not released)
  144.  
  145.      1     Bug fix. Sort index not updated for a delete if records
  146.      had been selected but selection did not contain the record.
  147.      Error message incorrectly being displayed for the selection.
  148.  
  149.  
  150.    1.2.1  16 Feb 93
  151.  
  152.      1     Included list style reports
  153.  
  154.      2     Included ASL and ARP file requesters
  155.  
  156.      3     New print requester to improve control of reports
  157.  
  158.      4     The index field size is now updated correctly when you change the
  159.      length of an existing field used as an index.
  160.  
  161.      5     Index record memory dynamically reallocated if necessary.
  162.  
  163.      6     If you add an index to an existing file, the index will be
  164.      rebuilt automatically when you open the file again.
  165.  
  166.      7     You are now warned if you attempt a backup while displaying
  167.      selected records. Only the selected records will be written to the
  168.      backup file.
  169.  
  170.      8     You can now open a file where the drawer contains only a drive or
  171.      disk name with no directory. eg df0:
  172.  
  173.    1.0.0  24 Nov 92
  174.  
  175.        Initial Release
  176.  
  177.  
  178.